.padT10{
    padding-top:10px;
}
.index-banner{
    height:620px;
    width: 100%;
}
.swiper-container1 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets {text-align: center;top: auto; z-index: 1;}
.swiper-pagination-bullet-active {background-color: #ffc000;}
.swiper-container1 .swiper-slide img{
    width: 100%;
    height: 100%;
}
.xf-nav-title{
    width: 950px;
}
.xf-nav-title li {
    position: relative;
}
.xf-nav-title a{
    color: #585858;
    font-weight: bold;
}
.xf-nav-title li .navItem{
    background-color: rgba(255,255,255,0.8);
    z-index: 2;
    position: absolute;
    margin-top: -1px;
    padding: 5px;
    opacity: 0;
    width: 130%;
    margin-left: -20%;
    cursor: pointer;
}
.xf-nav-title li i {
    opacity: 0;
}
.xf-nav-title li ul li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
}
.xf-nav-title li:hover .navItem, .xf-nav-title li:hover i {
    z-index: 22;
    opacity: 1;
}
.nav-tabItem{
    background-color: rgba(255,255,255,0.7);
    color: #585858;
    font-size: 16px;
}
.xf-nav-title ul li.active a, .xf-nav-title ul li:hover a{
    color: #ed5050;
}
.xf-nav-title ul li.active .navItem a,.xf-nav-title ul li:hover .navItem a{
    color: #444;
    font-weight: normal;
}
.xf-nav-rt ul li {
    padding: 0;
}
.xf-work-list{
    width: 250px;
    height:50px;
    line-height: 50px;
}
.xf-work-top{
    padding-left: 20px;
    background-color: #ed5050;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.xf-work-small{
    background-color: #d33b3d;
    color: #fff;
    width: 265px;
    padding: 10px 10px 0 10px;
    border-top-right-radius: 30px;
    height: 470px;
}
.xf-work-small ul li{
    height:34px;
    line-height: 34px;
    display: flex;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
    font-size: 16px;
}
.xf-work-small ul li .workDetail{
    display: none;
    width: 219px;
    min-height: 35px;
    line-height: 36.5px;
    position: absolute;
    left: 265px;
    z-index: 2;
    bottom: -0;
    background-color: #d0393b;
}
.xf-work-small ul li:first-child .workDetail{
    top: 0;
    bottom: auto;
}
.xf-work-small ul li:hover, .xf-work-small ul li .workDetail li:hover {background-color: rgb(268,64,64);}
/*.xf-work-small ul li:nth-child(2) .workDetail, .xf-work-small ul li:nth-child(3) .workDetail,.xf-work-small ul li:nth-child(4) .workDetail,.xf-work-small ul li:nth-child(5) .workDetail, .xf-work-small ul li:nth-child(6) .workDetail{
    top: 0px;
    bottom: auto;
}*/
.xf-work-small ul li .workDetail li a{
    width:100%;
    display: flex;
    color: #fff;
}
.xf-work-small ul li:hover .workDetail{
    display: block;
}
.index-search input[type='text'] {
    margin-top: 27px;
}
.xf-nav-box1{
    height: 50px; line-height: 50px;
}

.newNotice{
    width: 282px;
}
.newNotice-title{
    border-bottom: 1px solid #dedede;
    padding: 0 10px;
}
.newNotice-title .active {
    color: #f00;
    border-bottom: 3px solid #f00;
    font-size: 16px;
}
.newNotice ul{
    padding: 30px  12px;
}

.newNotice ul li{
    list-style-type: none;
    line-height: 34px;
    height: 34px;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
}
.newNotice ul li::before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #585858;
    position: absolute;
    left: 0;
    top: 15px;
}
.newNotice ul li:hover::before{
    background-color: #d0393b;
}
.newNotice ul li:hover a{color: #d0393b;}
.newNotice ul li a{color: #585858;}
/*.index-famousCorp{border: none;}*/
.famousCorpList{
    width: 1200px;
    box-sizing: border-box;
}
.xf-famous-corp li{
    width:137px;
    border: 0;
    margin-right: 14px;
    margin-bottom: 14px;
    float: none;
}
.xf-famous-corp li:nth-child(4n +0) {
    margin-right: 0;
}
.xf-famous-corp div.xf-famousCorp-info{
    background-color: rgba(268,64,64,0.9);
}
.index-famousCorp{
    height: 180px;
    margin: 40px 0 10px 0;
}
.xf-corp-list {
     width: 1200px;
}
.xf-corp-list li {
    width: 346px;
}
.xf-module-title{border: 0;}
.xf-module-title span {
    font-size: 20px;
}
.xf-floor .xf-module-title span {
    font-weight: 100;
}
.xf-floor .xf-module-title span.active {
    color: #f00;
}
.xf-floor .xf-module-title span.active:before{
    background-color: #f00;
}
.xf-floor .xf-module-title span.active:before {
    width: 90px;
    height: 3px;
    left: 0px;
    bottom: -5px;
    top:auto;
}
.xf-floor .xf-module-title span:before {
    width: 0px;
    height: 0px;
}
.xf-floor .xf-module-title span {
    padding-left: 0;
    padding-right: 20px;
}
.xf-module-title span {
    padding: 0;
}
.index-famousCTitle {
    padding-left: 0;
}
.linkBoxTab {
    position: relative;
    left: 0;
    top: 0;
    background: none;
    margin: 0 auto 20px auto;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    color: #fff;
    width: auto;
}
.linkBoxTab span.active {
     color: #d22828;
     background-color: #fff;
 }
.linkBoxTab span {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #d22828;
    border: 1px solid #d22828;
}
.linkBoxTab span:first-child{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.linkBoxTab span:last-child{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.xf-friendshipLink-content {line-height: 30px;}
.zph-cont{
    border: 1px solid #e8e8e8;
    position: relative;
    overflow: hidden;
}
.swiper-button-next {
    background: url(../images/index/right.png) no-repeat;
    width: 30px;
    right: -2px;
    height: 80px;
    top: 32%;
    margin-top:4px;
}
.swiper-button-prev {
    background: url(../images/index/left.png) no-repeat;
    width: 30px;
    left: 0;
    height: 80px;
    top: 32%;
    margin-top:4px;
}
.swiper-button-next:focus, .swiper-button-prev:focus{
    outline: none;
}
.swiper-container2 .swiper-wrapper{
    padding: 20px 0;
}
.borderBtm1{border-bottom:1px solid #ccc; }
.redBtnBg{
    background-color: #ed5050;
}
.redColor,.zph-showInfo a{border: 1px solid #ed5050;
    color: #ed5050;}
.index-zphDetail{
    position: absolute;
    right:35px;

}
.index-zphDetail .corp {
    background-color:#845da5 ;
    color:#fff;
    padding: 10px 10px;
}
.index-zphDetail .corp .font-20 {
    border-bottom: 1px solid #fff;
}
.index-zphDetail .job {
    background-color:#cf6075 ;
    color:#fff;
    padding: 10px 10px;
}
.index-zphDetail .job .font-20 {
    border-bottom: 1px solid #fff;
}
.people-cont{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container3 .swiper-slide{
    width: 15%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.people-cont .swiper-button-next,.people-cont .swiper-button-prev {

}
.swiper-container3 .swiper-slide:hover {
    box-shadow: 0 0 10px 3px #E5E5E6;
    cursor: pointer;
}
.swiper-container3 .swiper-slide .name {
    background-color: rgba(86,163,242,0.7);
    bottom: 0;
    position: absolute;
    width: 100%;
    color:#fff;
    transition: 2s;
}
.swiper-container3 .swiper-slide:hover .name {
    font-weight: bold;
}
.port-3 img {
    width: 100%;
}
.index-search input[type='text'] {
    border: 1px solid #d4d4d4;
    border-right: 0;
    padding: 14px 20px;
    width: 460px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.index-search input[type=submit] {
    background: #ed5050;
    color: #fff;
    border: 1px solid #ed5050;
    width: 80px;
    padding: 14px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.xf-top {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ededed;
}
.xf-floor-name {
    width: 280px;
}
.port-3.effect-2:hover img {
    transform: none;
}
.port-3.effect-2 .text-desc {
    transform-origin: inherit;
}


.xf-work-small ul li .workDetail li .jobDetail{
    display: none;
    width: 219px;
    min-height: 35px;
    line-height: 36.5px;
    position: absolute;
    left: 219px;
    z-index: 2;
    background-color: #d33b3d;
    /*top: 50%;*/
    bottom: auto;
    /*margin-top: -226px;*/
}
/*.xf-work-small ul li:first-child .workDetail li .jobDetail {
    top: 0!important;
    margin-top: 0!important;
}
.xf-work-small ul li:nth-child(2) .workDetail li .jobDetail {
    top: 50%!important;
    margin-top: -226px!important;
}*/
.xf-work-small ul li .workDetail li .jobDetail li a{
    width:100%;
    display: block;
    justify-content: space-between;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xf-work-small ul li .workDetail li:hover .jobDetail{
    display: block;
}

.index-zphItem .noBegin {
    background: url("../images/index/noBegin.png") no-repeat center center;
}
.index-zphItem .begin {
    background: url("../images/index/begin.png") no-repeat center center;
}
.index-zphItem .end {
    background: url("../images/index/end.png") no-repeat center center;
}
.index-zphItem .status {
    position: absolute;
    width: 62px;
    height: 52px;
    right: 10px;
    top: -10px;
    color: #fff;
    font-size: 16px;
    padding: 10px 0 0 10px;
    z-index: 2;
    background-size: 100% 100%;

}
.bg-e8{background-color: #e8e8e8;}
.close-icon{
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 50%;
    display: block;
    width: 1000px;
    margin-left: -505px;
}
#close {
    float: right;
    width: 16px;
    height: 16px;
    padding: 5px;
    border: 1px solid rgb(239, 239, 239);
    border-radius:16px;
}


.swiper-pagination1{margin-top: -120px;}
.swiper-pagination1 .swiper-pagination-bullet {
    width: 24px; height: 8px;border-radius: 0;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #cd2a37;
}
.fristContbg{
    background: url('../images/index/fristContbg.jpg') center center no-repeat;
    background-size: 100% 100%;
}
.searchBox-cont{
    background-color: #fff;
    text-align: center;
    padding:  32px 0;
    border-bottom: 3px solid #cd2a37;
    margin: -65px 0 30px 0;
    position: absolute;
    z-index: 1;
    width: 1200px;
}
.newwypx-searchBox {
    width: 780px; margin: 0 auto;border: 1px solid #e8e8e8;
    border-top-left-radius: 5px;  border-bottom-left-radius: 5px;
}
.bgred {
    background-color: #cd2a37; border-top-right-radius: 5px;  border-bottom-right-radius: 5px;
}
.newwypx-searchBox .select-item {border: 1px solid #cd2a37;}
.select-item ul li.active {color: #cd2a37;}
.banner-work-list {padding-top: 100px; padding-bottom: 15px;}
.famousCont{
    width: 590px;
    margin: 0 20px;
}
.xf-famous-corp {
    display: flex;
    flex-wrap: wrap;
}
.u-yellow{
    color: #ffff00;
}
.ljList {display: flex; padding-bottom: 30px; flex-wrap: wrap;}
.ljList a {
    width: 285px;
    margin: 0 20px 10px 0;
}
.ljList a:last-child{
    margin-right: 0;
}
.ljList a:nth-child(4n+0){
    margin-right: 0;
}
.redTitle{color: #888; font-size: 30px; display: flex; justify-content: center;}
.redTitle div{margin-right: 20px; cursor: pointer;}
.redTitle div.active {color: #cd2a37; border-bottom: 3px solid #cd2a37; padding-bottom: 5px;}
.bg-qing{background-color: #64c1b6;}
.borderBtmf{border-bottom: 1px solid #fff;}
.bgSky{background: url('../images/index/bgsky.jpg') center center no-repeat;}
.xf-corp-list li:nth-child(3n+0){margin-right: 0;}
.xf-corp-list li{margin-right: 16px;}
.xf-floor-Box.bgSky{padding: 5px 0 40px 0;}

.index-newsMove{padding: 30px 0 40px 0;}
.zx-newsItem{
    box-shadow: 2px 2px 2px #ccc;
    width: 386px;
    height: 440px;
    background-color: #fff;
}
.zx-newsItem ul {
    padding: 30px 15px;
}
.zx-newsItem ul li {
    list-style-type: none;
    position: relative;
    line-height: 32px;
    padding-left: 6px;
}
.zx-newsItem ul li::before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background-color: #585858;
    position: absolute;
    top: 15px;
    left: -2px;
}
.indexFooterBg{background-color: #2c2f33;}
.u-767a80 {color: #767a80;}
.xf-friendshipLink-box{
    background: url('../images/index/linkBg.jpg') center center no-repeat; padding:0;
    background-size: 100% 100%;
    

}
.linkBoxWeb{padding: 0 0 30px 0; border: none;}
.linkTab a{width: 188px; margin-right: 10px; padding: 0; margin-bottom: 10px;}
.linkTab a:nth-child(6n+0){margin-right: 0;}
.zx-newsItem ul li:hover a .u-58{color: #cd2a37;}
.zx-newsItem ul li:hover::before{background-color: #cd2a37;}
.xf-job-need{font-size: 14px;}
.new-welfare span {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 12px;
    color: #888;
    text-align: center;
    background-color: #efefef;
}
.borderBtndashed{border-bottom: 1px dashed #efefef;}
.jobNewlist{ flex-wrap: wrap;    height: 50px;margin-top: 10px;}
.jobNewlist a {padding: 0 15px; line-height: 25px;}
.cityTopNav {
    display: inline-block;
    width: 138px;
    display: inline-block;
    text-align: right;
    position: relative;
    color: #ed5050;
}

/*.cityTopNav .cityList {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 11;
    border: 1px solid #eee;
    width: 165px;
}*/

.cityTopNav .cityList {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px 0px 10px 13px;
    z-index: 11;
    border: 1px solid #eee;
    width: 68px;
    left: 21px;
}

.cityTopNav .cityList ul {
    display: flex;
    flex-wrap: wrap;
}
.cityTopNav .cityList ul li {
    list-style-type: none;
    width: 55px;
    text-align: center;
}
.cityTopNav .cityList ul li a {
    display: block;
    line-height: 30px;
}
.cityTopNav.hover .cityList {
    display: block;
}
.cityTopNav .cityList ul li a:hover {
    color: #ed5050;
}